例文
- もっと例文: 1 2 3 4 5 6 7 8 9 10
- Concatenation of string literals and constant strings can be constant folded.
- Many languages support the use of metacharacters inside string literals.
- The backslash is used to represent the escape character in a string literal.
- C + + 11 provides a raw string literal:
- Two issues with multiline string literals are leading and trailing newlines, and indentation.